HelpPath{Create}CommandName{createTabs}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, handle parent}CloseBrace{)}Description{Creates a tab gadget.  Tab gadgets are used to seperate up parts of the user interface into different catagories.  You create a tab gadget, use addTab to add tabs to it (eg: "Objects", "Lights", "Sounds"), and then hide/show different parts of the UI when the user selects a different tab.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{}Param5Desc{}Param6{}Param6Desc{}Remarks{}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}